frame: Properly initialize clip
authorTimm Bäder <mail@baedert.org>
Fri, 28 Apr 2017 09:26:25 +0000 (11:26 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 28 Apr 2017 09:27:09 +0000 (11:27 +0200)
commitbbe53855419737915cfbd90bf91d785f7f1f48a8
tree796d5787ea33ce7de5b4463b7234685ee5ecbb49
parent70aeeab3558b7d929cf7f9c53a9d6ba60e3364a2
frame: Properly initialize clip

GtkCssGadget initializes the content clip to {0, 0, 0, 0}, so we can't
just union the child clip with it.
gtk/gtkframe.c